Bug 702144: Make gdkwin32.h a pure include-only header
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 13 Jun 2013 04:16:16 +0000 (12:16 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 14 Aug 2013 00:13:32 +0000 (08:13 +0800)
commitee0b0fa48230b5587fbe1c6ea3e21e6795191b32
tree9798a045fcda458c6f5dc360dd8830c96240e44e
parent3b82b97e7320c807fe5bc736e9a73eb4a339a135
Bug 702144: Make gdkwin32.h a pure include-only header

Move all the system includes, defines and function prototypes into a
separate header gdkwin32misc.h, so that we could keep gdkwin32.h as simple
as possible.
gdk/win32/Makefile.am
gdk/win32/gdkwin32.h
gdk/win32/gdkwin32misc.h [new file with mode: 0644]